home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 128
/
Vol 128 (Damaged).iso
/
games
/
rocketbi.swf
/
scripts
/
DefineButton2_426
/
BUTTONCONDACTION on(keyPress 3).as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-03-26
|
118 b
|
10 lines
on(keyPress "3"){
with(_root)
{
if(cheat > 3)
{
damagebike(3,200);
}
}
}